projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2f758
)
m68k: Use the generic bitops headers
author
Fabio Estevam
<
[email protected]
>
Thu, 5 Nov 2015 14:43:26 +0000
(12:43 -0200)
committer
Tom Rini
<
[email protected]
>
Thu, 5 Nov 2015 15:52:04 +0000
(10:52 -0500)
The generic bitops headers are required when calling logarithmic
functions, such as ilog2().
Signed-off-by: Fabio Estevam <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
arch/m68k/include/asm/bitops.h
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/bitops.h
b/arch/m68k/include/asm/bitops.h
index f9c434b4a3a4f67cfe7b6ce4f5555d952310192a..69ea26a729a72c58dc006c3ea32e30b2f32f93c3 100644
(file)
--- a/
arch/m68k/include/asm/bitops.h
+++ b/
arch/m68k/include/asm/bitops.h
@@
-6,6
+6,10
@@
#define _M68K_BITOPS_H
#include <asm/byteorder.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
+#include <asm-generic/bitops/__ffs.h>
extern void set_bit(int nr, volatile void *addr);
extern void clear_bit(int nr, volatile void *addr);